Add Refund Guard - #245
Open
scravonix wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds Refund Guard, a Millennium plugin that monitors recent Steam purchases for meaningful price drops and evaluates them separately against configurable refund-rule thresholds.
Refund Guard resolves the amount actually paid from Steam purchase history when an exact match can be established, detects edition/package purchases using active Steam license information, and avoids unsafe comparisons such as matching an edition purchase against a cheaper base-game price.
The plugin is intentionally conservative: it does not submit refunds automatically, does not guarantee refund eligibility, does not perform currency conversion, and treats uncertain standalone-DLC playtime evidence as uncertain rather than guessing.
Repository: scravonix/refund-guard
Release: v1.0.0
Task Checklist
Developer
Plugin Functionality
Backend Configuration
Community Contribution
Testing Instructions
Refund Guard requires Millennium 3.4.1 or newer.
Developer testing completed successfully on:
Observed during both Stable and Beta testing:
Third-party verification
Additional Notes
Refund Guard does not automatically submit refund requests. Valve/Steam makes the final refund eligibility decision.
Steam authenticated purchase-history requests may use the Steam client's existing authenticated web session. Authentication cookie values are used only in memory for the request and are not logged or persisted by Refund Guard.
Refund Guard does not use external analytics or telemetry.